home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / spirit / olb60.zip / GO.BAT < prev    next >
DOS Batch File  |  1992-09-05  |  4KB  |  68 lines

  1. echo off
  2. if exist install.exe goto l010
  3. cls
  4. echo        ██████████████████████████████████████████████████████████████████
  5. echo       ███                                                              ███
  6. echo       ███   Please CHANGE to DRIVE in which INSTALL DISK is inserted   ███
  7. echo       ███                                                              ███
  8. echo       ███   For example:      A: (enter)     or      B: (enter)        ███
  9. echo       ███                                                              ███
  10. echo       ███   Then retry: GO                                             ███
  11. echo       ███                                                              ███
  12. echo        ██████████████████████████████████████████████████████████████████
  13. goto dos
  14. :l010
  15. cls
  16. echo      █████████████████████████████████████████████████████████████████████
  17. echo      ██                                                                 ██
  18. echo      ██  ╔═══════════════════════════════════════════════════════════╗  ██
  19. echo      ██  ╚═════════════  WELCOME to ONLINE BIBLE v 6.00 ═════════════╝  ██
  20. echo      ██                                                                 ██
  21. echo      █████████████████████████████████████████████████████████████████████
  22. echo      **                                                                 **
  23. echo      ██                                                                 ██
  24. echo      ██  Please read the installation instructions on the next screen.  ██
  25. echo      ██                                                                 ██
  26. echo      ██  ╔╦═════════════════════════════════════════════════════════╦╗  ██
  27. echo      ██  ╠╝ If anything shouldest go wrong, use Ctrl-Break to stop. ╚╣  ██
  28. echo      ██  ╠╗  "a write-protect tab covereth a multitude of sins..."  ╔╣  ██
  29. echo      **  ╚╩═════════════════════════════════════════════════════════╩╝  **
  30. echo      █████████████████████████████████████████████████████████████████████
  31. echo   
  32. pause
  33. if exist read.me2 view read.me2
  34. :mm
  35. choose 12 Online Bible Installation Tutorial Install Instructions Shareware "Dealer Info" "Begin Installation" "Copy Disks"
  36. if not errorlevel 1 goto DOS
  37. if errorlevel 9 view tutorial.doc
  38. if errorlevel 8 view read.me
  39. if errorlevel 7 view shareware.doc
  40. if errorlevel 6 goto install
  41. if errorlevel 5 goto copy
  42. goto mm
  43. :install
  44. cls
  45. echo      █████████████████████████████████████████████████████████████████████
  46. echo      **                                                                 **
  47. echo      ██                                                                 ██
  48. echo      ██            Type "install" to begin the installation             ██
  49. echo      ██                and then select option A to start.               ██
  50. echo      ██                                                                 ██
  51. echo      **                                                                 **
  52. echo      █████████████████████████████████████████████████████████████████████
  53. echo  
  54. goto dos
  55. :copy
  56. cls
  57. echo      █████████████████████████████████████████████████████████████████████
  58. echo      **                                                                 **
  59. echo      ██                                                                 ██
  60. echo      ██              Type "install" to copy Master disks to             ██
  61. echo      ██        other disk sizes and then select option B to start.      ██
  62. echo      ██                                                                 ██
  63. echo      **                                                                 **
  64. echo      █████████████████████████████████████████████████████████████████████
  65. echo  
  66. :dos
  67. verify on
  68.